type runtime.unwinder
23 uses
runtime (current package)
heapdump.go#L373: var u unwinder
mbitmap.go#L1474: var u unwinder
mgcmark.go#L801: var u unwinder
mprof.go#L1176: var u unwinder
panic.go#L646: var u unwinder
proc.go#L4938: var u unwinder
stack.go#L933: var u unwinder
traceback.go#L94: type unwinder struct {
traceback.go#L124: func (u *unwinder) init(gp *g, flags unwindFlags) {
traceback.go#L134: func (u *unwinder) initAt(pc0, sp0, lr0 uintptr, gp *g, flags unwindFlags) {
traceback.go#L211: *u = unwinder{}
traceback.go#L217: *u = unwinder{
traceback.go#L229: func (u *unwinder) valid() bool {
traceback.go#L254: func (u *unwinder) resolveInternal(innermost, isSyscall bool) {
traceback.go#L445: func (u *unwinder) next() {
traceback.go#L524: func (u *unwinder) finishInternal() {
traceback.go#L585: func (u *unwinder) symPC() uintptr {
traceback.go#L598: func (u *unwinder) cgoCallers(pcBuf []uintptr) int {
traceback.go#L625: func tracebackPCs(u *unwinder, skip int, pcBuf []uintptr) int {
traceback.go#L919: var u unwinder
traceback.go#L964: func traceback2(u *unwinder, showRuntime bool, skip, max int) (n, lastN int) {
traceback.go#L1108: var u unwinder
traceback.go#L1116: var u unwinder
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |